Description
Get boundary post relational link. Can either be start or end post relational link.
Occurrences
Filename | Line Number |
---|---|
wp-includes/deprecated.php | 2712 |
Parameters
Type | Name | Description |
---|---|---|
string | $title | Optional. Link title format. Default '%title'. |
bool | $in_same_cat | Optional. Whether link should be in a same category. Default false. |
string | $excluded_categories | Optional. Excluded categories IDs. Default empty. |
bool | $start | Optional. Whether to display link to first or last post. Default true. |
PHP Doc
/**
* Get boundary post relational link.
*
* Can either be start or end post relational link.
*
* @since 2.8.0
* @deprecated 3.3.0
*
* @param string $title Optional. Link title format. Default '%title'.
* @param bool $in_same_cat Optional. Whether link should be in a same category.
* Default false.
* @param string $excluded_categories Optional. Excluded categories IDs. Default empty.
* @param bool $start Optional. Whether to display link to first or last post.
* Default true.
* @return string
*/